Developer Documentation

QuickTime 4 API Documentation
QuickTime Music Architecture

| Previous | Chapter Contents | Chapter Top | Next |

QuickTime MIDI Port

This structure provides information about a MIDI port.

struct QTMIDIPort {
    SynthesizerConnections      portConnections;
    Str63                       portName;
};
typedef struct QTMIDIPort QTMIDIPort;
portConnections
A synthesizer connections structure [link] .

portName
The name of the output port.


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |